@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: Arial, 'microsoft yahei', SimSun, Sans-serif;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
.container {
  width: 1400px;
}
.image-gallery{
  margin-top: 20px;
}
.image-gallery li{
  width: 24%;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 25px 0px;
  z-index: 9;
}
#header .head {
  width: 1370px;
  margin:0 auto;
}
#header .h-top {
  margin-bottom: 20px;
}
#header .h-top a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
#header .h-top a img {
  margin-right: 8px;
}
#header .h-top a:nth-child(1) {
  margin-right: 20px;
}
#header .nav {
  text-align: center;
  padding: 0px 15px 0px;
  background: rgba(255, 255, 255, 0.9);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .nav-logo {
  margin: 20px 0px 7px;
}
#header .nav .h-search {
  cursor: pointer;
  margin: 0px 20px;
  padding-top: 48px;
}
#header .nav .h-search span {
  display: inline-block;
}
#header .nav .menu-box {
  padding: 7px 0px;
  position: relative;
}
#header .nav .menu-box .menu {
  height: 95px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  line-height: 105px;
  margin: 0px 5px;
  display: inline-block;
}
#header .nav .menu-box .menu > li > a {
  font-size: 14px;
  color: #000;
  display: block;
  position: relative;
  padding: 0px 3px;
  text-shadow: 0 0 0 #000000;
  -webkit-text-shadow: 0 0 0 #000000;
  -moz-text-shadow: 0 0 0 #000000;
  -ms-text-shadow: 0 0 0 #000000;
  -o-text-shadow: 0 0 0 #000000;
  filter: Shadow(Color=#000000, Direction=3px, Strength=0);
  filter: dropshadow(OffX=0, OffY=0, Color=#000000, Positive='true');
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #d91e15;
}

#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
  color: #d91e15;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}

#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 83%;
  left: 0;
  width: 180px;
  background: #d91e15;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-product {
  padding: 110px 0px 0px;
}
#index-body .i-product .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-product .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-product .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-product .lj-box {
  margin-bottom: 55px;
}
#index-body .i-product .lj-box a {
  font-size: 18px;
  color: #999999;
  display: inline-block;
  padding: 0px;
  
  line-height: 1em;
}
#index-body .i-product .pro-swiper .pro-box {
  border: solid 1px #dedede;
}
#index-body .i-product .pro-swiper .pro-box h3 {
  padding: 15px 0px;
  text-align: center;
}
#index-body .i-product .pro-swiper .pro-box h3 a {
  font-size: 16px;
  color: #000;
}
#index-body .i-product .pro-swiper .pro-box h3 a:hover {
  color: #d91e15;
}
#index-body .i-card {
  padding: 110px 0px 0px;
}
#index-body .i-card .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-card .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-card .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-card .t-p {
  margin-bottom: 60px;
}
#index-body .i-card .t-p p {
  font-size: 18px;
  color: #999999;
}
#index-body .i-card .card-boxs .car-left {
  width: 66%;
}
#index-body .i-card .card-boxs .car-left .l-top {
  margin-bottom: 30px;
}
#index-body .i-card .card-boxs .car-left .l-top .tu {
  position: relative;
}
#index-body .i-card .card-boxs .car-left .l-top .tu h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 35%;
  color: #fff;
}
#index-body .i-card .card-boxs .car-left .l-bottom .l-tu2 {
  width: 48%;
}
#index-body .i-card .card-boxs .car-left .l-bottom .l-tu3 {
  width: 49%;
}
#index-body .i-card .card-boxs .car-left .l-bottom .l-tu3 .t-mb {
  margin-bottom: 26px;
}
#index-body .i-card .card-boxs .car-right {
  width: 32%;
}
#index-body .i-card .card-boxs .car-right .l-tu4 {
  margin-bottom: 26px;
}
#index-body .i-about {
  padding: 80px 0px 80px;
}
#index-body .i-about .ab-tit {
  margin-bottom: 20px;
}
#index-body .i-about .ab-tit h3 {
  font-size: 24px;
  line-height: 81px;
  background: url("../images/about-tit-bg.jpg") no-repeat center;
  margin-bottom: 15px;
  color: #999999;
}
#index-body .i-about .ab-tit h4 {
  font-size: 36px;
}
#index-body .i-about .ab-boxs {
  margin-bottom: 30px;
}
#index-body .i-about .ab-boxs .ab-box {
  width: 215px;
  display: inline-block;
  border-right: solid 1px #dddddd;
}
#index-body .i-about .ab-boxs .ab-box .tu {
  margin-bottom: 20px;
}
#index-body .i-about .ab-boxs .ab-box p {
  color: #999999;
}
#index-body .i-about .ab-text {
  margin-bottom: 45px;
}
#index-body .i-about .ab-text p {
  width: 995px;
  display: inline-block;
  line-height: 1.8em;
}
#index-body .i-about .fac-box h3 {
  text-align: center;
  margin-top: 20px;
}
#index-body .i-about .fac-box h3 a {
  font-size: 18px;
}
#index-body .i-application .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-application .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-application .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-application .t-p {
  margin-bottom: 60px;
}
#index-body .i-application .t-p p {
  font-size: 18px;
  color: #999999;
}
#index-body .i-application .applica-boxs {
  background: url("../images/app-bg.jpg") no-repeat center 62px;
}
#index-body .i-application .applica-boxs .app-left {
  width: 62%;
}
#index-body .i-application .applica-boxs .app-left .a-tu1 {
  margin-bottom: 10px;
}
#index-body .i-application .applica-boxs .app-left .a-tu2 .im {
  width: 49.4%;
}
#index-body .i-application .applica-boxs .app-right {
  width: 37.4%;
  padding-top: 62px;
}
#index-body .i-application .applica-boxs .app-right .a-tu3 {
  margin-bottom: 10px;
}
#index-body .i-advange {
  padding: 60px 0px;
}
#index-body .i-advange .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-advange .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-advange .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-advange .t-p {
  margin-bottom: 60px;
}
#index-body .i-advange .t-p p {
  font-size: 18px;
  color: #999999;
}
#index-body .i-advange .advan-boxs .adv-box {
  width: 18.6%;
  border: solid 1px #f1f1f1;
  text-align: center;
  margin-right: 1.7%;
  padding: 35px 20px;
  height: 311px;
}
#index-body .i-advange .advan-boxs .adv-box .tu {
  height: 35px;
  margin-bottom: 12px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-advange .advan-boxs .adv-box .tu:hover {
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
}
#index-body .i-advange .advan-boxs .adv-box .text h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
#index-body .i-advange .advan-boxs .adv-box .text p {
  font-size: 15px;
  color: #999999;
}
#index-body .i-advange .advan-boxs .adv-box:last-child {
  margin-right: 0px;
}
#index-body .i-news {
  padding: 10px 0px;
}
#index-body .i-news .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-news .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-news .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-news .t-p {
  margin-bottom: 60px;
}
#index-body .i-news .t-p p {
  font-size: 18px;
  color: #999999;
}
#index-body .i-news .news-swiper .news-box {
  border: solid 1px #dedede;
}
#index-body .i-news .news-swiper .news-box .text {
  padding: 13px;
}
#index-body .i-news .news-swiper .news-box .text h3 {
  margin-bottom: 5px;
  height: 54px;
  overflow: hidden;
}
#index-body .i-news .news-swiper .news-box .text h3 a {
  font-size: 18px;
}
#index-body .i-news .news-swiper .news-box .text h3 a:hover {
  color: #d91e15;
}
#index-body .i-news .news-swiper .news-box .text span {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  color: #999;
}
#index-body .i-news .news-swiper .news-box .text p {
  font-size: 13px;
  color: #999;
	line-height:26px;
}
#index-body .i-from {
  padding-bottom: 60px;
}
#index-body .i-from .tit {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index-body .i-from .tit h3 {
  font-size: 35px;
  margin-bottom: 7px;
}
#index-body .i-from .tit p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-from .t-p {
  margin-bottom: 60px;
}
#index-body .i-from .t-p p {
  font-size: 18px;
  color: #999999;
}
#index-body .i-from .con-boxs {
  width: 1150px;
  margin: 0 auto;
}
#index-body .i-from .con-boxs .c-left {
  width: 43%;
}
#index-body .i-from .con-boxs .c-left .text h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
#index-body .i-from .con-boxs .c-left .text p {
  font-size: 16px;
  margin-bottom: 10px;
}
#index-body .i-from .con-boxs .c-right {
  width: 57%;
}
#index-body .i-from .con-boxs .c-right .from-box .name-p {
  width: 48%;
}
#index-body .i-from .con-boxs .c-right .from-box .name-p input {
  height: 40px;
  border: solid 1px #e8e8e8;
  background: none;
  width: 100%;
  padding: 0px 10px;
}
#index-body .i-from .con-boxs .c-right .from-box .tex-p {
  margin-top: 2%;
  width: 100%;
}
#index-body .i-from .con-boxs .c-right .from-box .tex-p textarea {
  width: 100%;
  height: 135px;
  padding: 10px;
  border: solid 1px #e8e8e8;
  font-family: "microsoft yahei";
}
#index-body .i-from .con-boxs .c-right .from-box .sub-p {
  margin-top: 35px;
}
#index-body .i-from .con-boxs .c-right .from-box .sub-p input {
  width: 118px;
  height: 40px;
  border: none;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
}
#index-body .i-from .con-boxs .c-right .from-box .sub-p input:hover {
  background-color: #d91e15;
}
#footer {
  background: url("../images/foo-bg.jpg") no-repeat center top;
  background-size: cover;
}
#footer .f-top {
  padding: 55px 0px;
  border-bottom: solid 1px #80807e;
}
#footer .f-top .col {
  float: left;
  color: #fff;
}
#footer .f-top .col h3 {
  font-size: 18px;
  margin-bottom: 35px;
}
#footer .f-top .col p {
  font-size: 15px;
  line-height: 1.7em;
}
#footer .f-top .col a {
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
}
#footer .f-top .col a:hover {
  color: #d91e15;
}
#footer .f-top .col1 {
  width: 30%;
}
#footer .f-top .col1 h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
#footer .f-top .col2 {
  width: 25%;
  padding-left: 8%;
}
#footer .f-top .col3 {
  width: 25%;
}
#footer .f-top .col4 {
  width: 20%;
}
#footer .f-top .col4 .ewm-box {
  display: inline-block;
  text-align: center;
  margin-right: 14px;
}

#footer .f-top .col4 .ewm-box p {
  margin-top: 5px;
}
#footer .f-bottom {
  padding: 15px 0px;
}
#footer .f-bottom a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
}
#footer .f-bottom a img{
  display: inline-block;
          max-height: 14px;
          vertical-align: middle;
          max-width: 100%;
          height: auto;
          margin: 0 5px;
}
#footer .f-bottom a:hover {
  color: #d91e15;
}
@media screen and (max-width: 1650px){
  #header .head{
    padding: 0px 80px;
  }
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 20000;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #006eb3;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  float: none;
  padding: 0;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #006eb3;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #mobile #menu-on {
    left: 100%;
  }
  #mobile {
    left: -280px;
  }
  #mobile:before {
    right: 100%;
    left: auto;
  }
  #mobile.active {
    left: 0;
  }
  #mobile.active:before {
    left: auto;
    right: 0;
  }
  #mobile .mobile-logo {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  .inner-banner {
    margin-top: 40px;
  }
}

.inner-banner {
  position: relative;
  padding-top: 220px;
  height: 400px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #fff;
  font-size: 3rem;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs {
  font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #d91e15;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sideBar {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #383838;
}
.sideBar .inner-main-tit {
  line-height: 61px;
  color: #fafafc;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.sideBar .side-menu span.line {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
  transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  margin-bottom: -1px;
  margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.sideBar .side-menu .cat-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f7f7f7;
  width: 184px;
  display: none;
  z-index: 103;
}
.sideBar .side-menu .cat-list li {
  font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 35px;
  color: #101010;
  padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
  color: #fff;
  background: #333;
}
.inner-page p {
  color: #3a3a3a;
  line-height: 30px;
}
.inner-page table tr td{padding-left: 10px; font-size: 16px;}
.inner-page table tr td p{font-size: 16px;}
.about-page .a-tit h3 {
  color: #363636;
  font-size: 2.857rem;
}
.about-page .a-tit p {
  color: #363636;
  margin-top: -6px;
}
.about-page .about-artical {
  padding: 51px 0 63px;
  background: #fafafc;
}
.about-page .about-artical .tabsb h6{
 font-size:18px; font-weight:bold;
}
.about-page .about-artical .tabsb p{  font-size:16px; color:#fff; line-height:24px;}
.about-page .about-artical .con-box {
  margin-top: 53px;
}
.about-page .about-artical .con-box img {
  margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
  margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
  position: relative;
  display: block;
}
.about-page .a-factory .swiper-slide > a img {
  width: 100%;
}
.about-page .a-factory .swiper-slide > a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-culture {
  padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
  margin-bottom: 95px;
}
.about-page .i-network {
  background-image: url("../images/a-network-bg.jpg");
  padding-top: 155px;
}
.about-page .i-network .con-box {
  margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
  color: #fff;
}
.about-page .i-network .tit {
  color: #389dee;
}
.about-page .i-network .add-sale {
  max-width: 630px;
  font-size: 1.1423rem;
  margin-top: 14px;
}
.about-page .a-whyUs {
  padding: 118px 0 50px;
  background: #fafafc;
}
.about-page .a-whyUs .why-list {
  margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
  margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 116px!important;
  height: 116px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
  width: 78.65%!important;
  padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
  color: #6a6a6a;
  font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
  font-size: 1.1428rem;
  margin-top: 12px;
  padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
  background-color: #d91e15;
  border-color: #d91e15;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
  background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
  background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
  background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
  background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
  background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
  background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
  background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
  background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
  background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
  background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
  background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
  background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
  padding: 20px 0 60px;
  background: #fafafc;
}
.product-page .pro-list {
  padding: 0;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .pro-main-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
  margin-bottom: 57px;
}
.prodet-page .det-head {
  padding: 56px 0 0px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 2%!important;
  width: 50%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 1.4286rem;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  display: block;
  position: relative;
  background: #fff;
  max-width: 456px;
  line-height: 38px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 1.5rem;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #333;
  color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
  padding: 0;
  float: left;
  width: 15%;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
  padding: 15px 0 63px;
  background: #fff;
}
.prodet-page .det-fot {
  padding: 36px 0 30px;
  background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-body .ab-cate{
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
}
.prodet-page .det-body .ab-cate span{
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  padding: 0px 20px;
  cursor: pointer;
  color: #5a5555;
  margin: 0px 10px;
}
.prodet-page .wpulike{
  display: none;
}
.prodet-page .det-body .ab-cate span:hover{
  border-bottom: solid 2px #ed1b26;
}
.prodet-page .det-body .ab-cate span.active{
  border-bottom: solid 2px #ed1b26;color: #ed1b26;
}
.prodet-page .det-body .ab-text-box .text{
  display: none;
}
.prodet-page .det-body .ab-text-box .text:nth-of-type(1){
  display: inline-block;
}


.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 50px;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  max-height: 48px;
  display: block;
  color: #777777;
  font-size: 1.6rem;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #333;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 14px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #333;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.news-page .new-list li .new-pic.five {
  width: 30%;
}
.news-page .new-list li .new-con.eleven {
  width: 70%;
  padding-left: 5%;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-info {
  padding: 98px 0 110px;
  background: #fafafc;
}
.contact-page .c-info .c-info-box {
  width: 50%;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-size: 1.2rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -7px;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 36px;
  font-size: 1.4285rem;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #333;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.inner-page .pro-list {
  margin-top: 36px;
}
.inner-page .pro-list .swiper-slide {
  border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
  text-align: center;
  padding: 25px 0;
  background: #fff;
  font-size: 1.4rem;
}
.inner-page .pro-list .swiper-slide .tit a {
  color: #2d2d2d;
  display: inline-block;
  position: relative;
  padding: 0 42px;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
  content:'';
  position: absolute;
  top: 49.9%;
  height: 1px;
  width: 25px;
  background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
  left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
  right: 0;
}
 #cs {
  width: 100%;
  margin-bottom: 20px;
}
 #cs td,
 #cs th{
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
  .faq-page .faq-list dt i.icon {
    display: none;
  }
}

#index-body .a-more{
  background: rgba(224, 0, 0, 0.66);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 169px;
  line-height: 55px;
  text-align: center;
  margin-top: 40px;
}
#index-body .a-more:hover{
  background: #000;
}

.h-lan a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px!important;
  border-radius: 50%;
  color: #fff;
  background: #555;
}
.h-lan a:hover{
  background: #333;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
  width: 100%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #333;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #333;
  box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #333;
  box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #333 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
@media screen and (max-width: 1200px){
  .contact-page .c-info .c-info-box,
  .contact-page .cn-form{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .qr-box{
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 25% !important;
    float: left;
    padding: 10px;
  }
}
.i-product {
  display: inline-block;
  width: 100%;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #333!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 15px 5px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
}

.spinner > div {
  background-color: #ebebeb;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
.grid-box {
  display: inline-block;
  width: 100%;
  margin: -10px;
}
.grid-box .column {
  float: left;
  padding: 10px;
}
.button-group .button {
  background: #333 !important;
}
.cn-form .m-form-r li.pcsb {
  display: none;
}
@media screen and (max-width: 1000px){
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .pro-main-tit {
    font-size: 2rem;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }

  .inner-banner .inner-tit {
    font-size: 2.7rem;
  }
  .news-page .new-list li .new-con.eleven {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .cn-form {
    margin-top: 40px;
  }

}

@media screen and (max-width: 700px){
  #mapContainer {
    height: 250px !important;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .c-info .c-tit h3 {
    font-size: 2rem;
  }
  .inner-page p {
    font-size: 15px;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r li.pcsb {
    display: block;
  }
  .cn-form .m-form-l li.pcsb {
    display: none;
  }
  .cn-form .m-form-r textarea {
    height: 120px;
  }
  .contact-page .cn-form {
    padding: 10px;
  }
  .inner-banner .inner-tit {
    font-size: 2rem;
  }
  .inner-banner .bread-crumbs {
    font-size: 1rem;
  }
  .sideBar .inner-main-tit {
    font-size: 1.2rem;
  }
  /*.sideBar .side-menu {*/
  /*  display: none;*/
  /*}*/
  .grid-box.four>.column {
    width: 100%;
  }
  .inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
  }
  .grid-box {
    margin: 0;
  }
  .grid-box .column {
    padding: 0;
    margin-bottom: 15px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 1.2rem;
  }
  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: 1rem;
  }
  .prodet-page .pro-main-tit {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 1rem;
    line-height: 24px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }


}

.culture-page .c-box{
	margin-bottom: 62px;
}
.culture-page .c-box .c-con{
	width: 53.6%;
	padding-top: 170px;
	padding-right: 10%;
	position: relative;
	background: url(../images/c-bl.png) no-repeat right 98px;
}
.culture-page .c-box .c-pic{
	width: 46.4%;
}
.culture-page .c-box .c-con .c-tit{
	color: #0e0d0d;
	font-weight: bold;
	font-size: 55px;
	margin-bottom: 30px;
}
.culture-page .c-box .c-con .c-top-head{
	font-size: 20px;
	color: #0e0d0d;
	line-height: 38px;
}
.culture-page .c-box .c-con .c-intro{
	color: #0e0d0d;
	line-height: 38px;
	margin-top: 38px;
}
.culture-page .c-box:nth-of-type(3) .c-pic{
	width: 43.8%;
}
.culture-page .c-box:nth-of-type(3) .c-con{
	width: 56.2%;
	padding-right: 0;
	padding-left: 10%;
	background-position: left 98px;
}
.culture-page .c-box:nth-of-type(3) .c-con .c-tit{
	text-align: right;
}

.dszzc-box{
	height: 548px;
	background: url(../images/dszzc-bg.jpg) no-repeat center;
	padding-top: 149px;
	color: #fff;
	margin-bottom: 33px;
	padding-left: 10%;
}
.dszzc-box h2{
	font-size: 55px;
	font-weight: bold;
}
.dszzc-box p{
	color: #fff;
	font-size: 16px;
	line-height:35px;
	margin-top: 43px;
}
@media screen and (max-width: 1500px) {
	#header .nav .menu-box .menu > li{
		margin: 0 5px;
	}
	#header .nav .nav-logo{
		width: 220px;
		margin-top: 30px
	}
}
@media screen and (max-width: 1360px) {
	#header .nav .menu-box .menu > li > a{
		padding: 0 5px;
		font-size: 14px;
	}
}
.inner-page.zxns-page{
	background: #fafafa;
	padding: 100px 0;
}

.job-linian {


    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);


    box-sizing:border-box;


    padding:50px;


    width: 1200px;


    margin: 0 auto 80px


}


.job-linian p {


    font-size: 14px;


    line-height: 24px;


    color:#565656;


}


.job-warp {


    width: 1200px;


    margin: 0 auto;


}


.job-warp ul li {


    height: auto;


    width: 100%;


    border-bottom: 1px solid #e9ebed


}


.job-warp li .title {


    height: 52px;


    line-height: 52px;


    padding: 0 40px;


    color: #4b4b4b;


    background-color: #ffffff;


    font-size: 14px;


    cursor:pointer;


    transition: all 0.5s;


    -webkit-transition: all 0.5s;


}


.job-warp li.on .title {


    background-color: #561614;


    color: #fff;


}

.job-warp .wpulike{
	display: none!important;
}
.f-cb {
    zoom: 1;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.job-warp li .title span {


    float: right;


    padding-right: 30px;


    background: url(../images/job-icon1.png) right center no-repeat;


}


.job-warp li.on .title span {


    background: url(../images/job-icon2.png) right center no-repeat


}


.job-warp li .warp {


    padding: 10px 40px 20px;


    background-color: #fff;


    display: none


}


.job-warp .warp .tbl {


    width:80%;


    margin-bottom: 25px;


    padding:10px 20% 20px 0;


    border-bottom: 1px solid #e9ebed


}


.job-warp .warp .tbl p {


    width: 50%;


    float: left;


    font-size: 14px;


    color: #222;


    line-height: 26px;

    min-width: 224px;


}


.job-warp .warp .tbl p span {


    color: #565656;


    padding-left: 15px;


}


.job-warp .warp .cont h2 {


    font-size: 14px;


    color: #222;


    line-height: 30px;


    margin-bottom: 15px;


}


.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {


    font-size: 14px;


    line-height: 28px;


    color: #565656


}


.job-warp .warp .btns {


    font-size:14px;


    line-height: 20px;


    color: #005ba0;


    cursor: pointer;


    transition: all 0.5s;


    -webkit-transition: all 0.5s;


}

.job-warp .warp .btns:hover {
    color: #222;
}

@media screen and (max-width:1400px){
    .container{
        width:970px;
    }
    #header .head {
    width: 100%;
}
  #header .nav .menu-box .menu > li > a {
    padding: 0 2px;
}  
}

@media screen and (max-width:1160px){
  #header .nav .menu-box .menu > li > a {
    padding: 0 1px;
}  
#header .nav .nav-logo {
    width: 160px;
    margin-top: 30px;
}
#index-body .i-from .con-boxs {
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width:1100px){
.metaslider,.inner-banner{
    margin-top:50px;
}
}

@media screen and (max-width:970px){
    .container{
        width:768px;
    }
    #index-body .i-product {
    padding: 30px 0px 0px;
}
#index-body .i-advange .advan-boxs .adv-box:nth-child(3) {
    margin-right: 0px;
}
#index-body .i-advange .advan-boxs .adv-box {
    width: 32.2%;
    padding: 35px 20px;
    margin-bottom: 20px;
}
#index-body .i-news .tit h3 {
    font-size: 26px;
}
#index-body .i-about .ab-text p {
    width: 100%;
}
    #index-body .i-about {
    padding: 40px 0px 40px;
}
#index-body .i-from .con-boxs .c-left {
    width: 100%;
}
#index-body .i-from .con-boxs .c-right {
    width: 100%;
}
.about-lt table tr{
		height:auto;
	}
.about-lt table tr td{
    width:100% !important; display:block; height:auto !important; padding-left:0 !important;
	padding:10px 0 !important;
}
.job-warp {
    width: 100%;
    margin: 0 auto;
}
		.culture-page .c-box .c-con {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
}
	.culture-page .c-box .c-pic {
		width: 100%; margin-top:20px;
}
	.culture-page .c-box:nth-of-type(3) .c-pic {
    width: 100%;
}
	.culture-page .c-box:nth-of-type(3) .c-con {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    background-position: left 98px; padding-top:80px;
}
	.dszzc-box h2,.culture-page .c-box .c-con .c-tit {
    font-size: 24px;
}
	.culture-page .c-box {
    margin-bottom: 12px;
}
.about-page .about-artical table{
      display: block;
    overflow: auto;
    height: auto !important;
    word-break: break-word;
    width: 100% !important;
}
.about-page .about-artical table tbody{
  display: table;
  width: 100% !important;
}
}

@media screen and (max-width:768px){
    .container{
        width:100%;
    }
    #index-body .i-product .tit h3,#index-body .i-application .tit h3,#index-body .i-advange .tit h3,#index-body .i-from .tit h3 {
    font-size: 20px;
}
#index-body .i-card {
    padding: 30px 0px 0px;
}
#index-body .i-advange .advan-boxs .adv-box {
    width: 49%;
    padding: 15px 10px;
    margin-bottom: 20px;
    height: 290px;
}
#index-body .i-advange .advan-boxs .adv-box:nth-child(2n) {
    margin-right: 0;
}
#index-body .i-advange .advan-boxs .adv-box:nth-child(3) {
    margin-right: 1.7%;
}
#index-body .i-advange .advan-boxs .adv-box .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
#index-body .i-advange {
    padding: 10px 0;
}
#index-body .i-from .t-p {
    margin-bottom: 20px;
}
#index-body .i-from .con-boxs .c-left .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
#footer .f-top .col{
    width: 100% !important; margin-bottom:20px;
}
#footer .f-top .col1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
#footer .f-top .col2 {
    padding-left: 0;
}
#footer .f-top .col h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
#footer .f-top .col4{
    display:none;
}
.grid-box.four>.column {
    width: 50%;
}
.inner-page .pro-list .swiper-slide .tit {
    padding: 10px 0;
    height: 86px;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 1.357rem;
}
.inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
    height: 96px;
}
.inner-banner .inner-tit {
    font-size: 1.5rem;
}
#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose {
    z-index: 9999 !important; position:relative;
}
.news-page .new-list li .new-pic.five {
    width: 100%;
}
.news-page .new-list li .new-con .tit a {
    font-size: 1.2rem;
}
}




@font-face {
  font-family: 'easy-image-gallery';
  src: url('../fonts/easy-image-gallery.eot');
  src: url('../fonts/easy-image-gallery.eot?#iefix') format('embedded-opentype'), url('../fonts/easy-image-gallery.woff') format('woff'), url('../fonts/easy-image-gallery.ttf') format('truetype'), url('../fonts/easy-image-gallery.svg#easy-image-gallery') format('svg');
  font-weight: normal;
  font-style: normal;
}
.popup {
  display: block;
}
.popup .icon-view:before {
  content: "\e005";
}
.popup .icon-view {
  font-family: 'easy-image-gallery';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 1;
}
.popup .overlay {
  visibility: hidden;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.popup:hover .overlay {
  visibility: visible;
  background: #000;
}
.popup:hover .icon-view {
  opacity: 0.8;
}
.image-gallery {
  margin: 0;
  padding: 0;
}
.image-gallery li {
  display: inline-block;
  padding: 0 20px 20px 0;
  margin: 0;
}
.image-gallery a {
  position: relative;
  display: block;
}
.image-gallery a img {
  display: block;
}
.image-gallery ul {
  margin-bottom: 0;
}
